home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFcolours / h / SFCFileInfo < prev    next >
Encoding:
Text File  |  2003-10-24  |  278 b   |  17 lines

  1. /*
  2.  *  SFcolours - Star Fighter 3000 colours editor
  3.  *  File info window
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFCFileInfo_h
  8. #define SFCFileInfo_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId fileinfo_sharedid;
  13.  
  14. extern void FileInfo_initialise(IdBlock *id_block);
  15.  
  16. #endif
  17.